home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / fastmath / tidyup.bat < prev    next >
DOS Batch File  |  1998-04-05  |  277b  |  9 lines

  1. @echo off
  2. echo This batch file will remove the temporary setup files which are no
  3. echo longer needed *after* the component has been installed with SETUP.EXE.
  4. echo If you are not ready to remove these files yet, press Ctrl-Break now.
  5. echo .
  6. pause
  7. del *.??_
  8. del setup.*
  9.